home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Celestin Apprentice 7
/
Apprentice-Release7.iso
/
Demos
/
Bowers Development
/
AppMaker 2.1.sit
/
AppMaker 2.1
/
Examples
/
TCL
/
AMReminder
/
AMReminderMain.cp
/
AMReminderMain.cp
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1997-02-26
|
302 b
|
15 lines
|
[
TEXT/KAHL
]
/* AMReminderMain.cp -- main program */
/* Created 2/25/97 4:56 PM by AppMaker */
#include "AMReminderApp.h"
extern CApplication *gApplication;
void main ()
{
gApplication = new CAMReminderApp;
((CAMReminderApp *) gApplication)->IAMReminderApp ();
gApplication->Run ();
gApplication->Exit ();
}